.header {
	background: url(../img/b-sy/bg@2x.png) center no-repeat;
	background-size: cover;
}

.baohan {
	width: 1400px;
	height: 315px;
	position: relative;
	margin: 0 auto;
}

.baohan .gz {
	display: block;
	padding-top: 36px;
}

.baohan .gz img {
	vertical-align: top;
}

.baohan .gz span {
	width: 351px;
	height: 33px;
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0071D1;
	line-height: 48px;
}

.anniu {
	position: relative;
	/*margin-top: 69px;*/
	padding-top: 60px;
	width: 540px;
}

.baohan input[type='text'] {
	width: 540px;
	height: 48px;
	background: #FFFFFF;
	opacity: 0.3;
	border-radius: 24px;
	padding-left: 18px;
	border: 0;
}

.logo {
	position: absolute;
	top: 36px;
	right: 0;
}

.anniu input[type='button'] {
	position: absolute;
	width: 100px;
	height: 40px;
	background: #FFB35A;
	border-radius: 20px;
	border: 0;
	right: 8px;
	/*top: 4px;*/
	z-index: 10;
	cursor:pointer;
	
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #FFFFFF;
/*line-height: 48px;*/

top: 64px;
}
.nav{
	width: 100%;
	background: #3690DC;
	height: 60px;
	
}
.nav-ul {
	width: 1400px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: flex-start;
}
.nav-ul li:hover{
	background: url(../img/b-sy/nav-gj.png) center no-repeat;
	background-size: cover;
}
.nav-ul a {
	display: block;
	width: 280px;
	height: 60px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 60px;
	
}
/*nav结束*/
@media screen and (max-width: 768px) {
	.baohan{
		width: 100%;
		height: auto;
	}
	.baohan .gz{
		padding: 20px 0 0 10px;
	}
	.baohan .gz img{
		height: 35px;
		vertical-align: middle;
	}
	.baohan .gz span{
		font-size: 20px;
		line-height:initial;
	}
	.logo{
		width: 7%;
		top: 20px;
		right: 5%;
	}
	.baohan input[type='text']{
		width: 80%;
		height: 40px;
	}
	.anniu input[type='button']{
		width: 80px;
		height: 30px;
		/*right: 80px;*/
		right: 43px;
		top: 30px;
	}
	.anniu{
		width: 100%;
		margin: 0;
		padding: 25px 0 25px 0;
		text-align: center;
	}
	
	.nav{
		width: 100%;
		
	}
	.nav-ul{
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.nav .nav-ul li{
		display: block;
		width: 33.3%;
		height: 30px;
	}
	.nav-ul a{
		width: auto;
		height: auto;
		line-height: 30px;
		font-size: 13px;		
	}
}
